net/http.http2clientConnReadLoop.streamByID (method)

6 uses

	net/http (current package)
		h2_bundle.go#L9941: 			if cs := rl.streamByID(se.StreamID, http2notHeaderOrDataFrame); cs != nil {
		h2_bundle.go#L9996: 	cs := rl.streamByID(f.StreamID, http2headerOrDataFrame)
		h2_bundle.go#L10325: 	cs := rl.streamByID(f.StreamID, http2headerOrDataFrame)
		h2_bundle.go#L10468: func (rl *http2clientConnReadLoop) streamByID(id uint32, headerOrData bool) *http2clientStream {
		h2_bundle.go#L10610: 	cs := rl.streamByID(f.StreamID, http2notHeaderOrDataFrame)
		h2_bundle.go#L10639: 	cs := rl.streamByID(f.StreamID, http2notHeaderOrDataFrame)